Replace bitnami Helm chart dependencies with upstream alternatives#593
Replace bitnami Helm chart dependencies with upstream alternatives#593Copilot wants to merge 5 commits intochore/bitnamifrom
Conversation
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
acd0b26 to
b465368
Compare
Co-authored-by: vincentchalamon <407859+vincentchalamon@users.noreply.github.com>
Co-authored-by: vincentchalamon <407859+vincentchalamon@users.noreply.github.com>
Co-authored-by: vincentchalamon <407859+vincentchalamon@users.noreply.github.com>
a7cbb87 to
d98e96f
Compare
There was a problem hiding this comment.
@copilot why not use the chart from here https://kubernetes-sigs.github.io/external-dns/latest/charts/external-dns/#maintainers as a dependency ?
There was a problem hiding this comment.
@vincentchalamon je crois que copilot me calcule pas parce que j'ai pas d'accès en écriture sur le repo. Tu pourrais lui dire toi ? :-D
There was a problem hiding this comment.
Vais tenter, mais je crois que Marion m'a désactivé mon accès Copilot au profit de Claude.
There was a problem hiding this comment.
@copilot why not use the chart from here kubernetes-sigs.github.io/external-dns/latest/charts/external-dns#maintainers as a dependency ?
Bitnami dependencies are deprecated. This PR replaces all three bitnami chart dependencies with stable alternatives using custom templates and official upstream images.
Changes
PostgreSQL
Keycloak
keycloak-service.yamlfor service definitionconfigmap.yamlto use.AsConfigdirectly without nested keykeycloak-deployment.yaml:extraEnvVarsingress.yamlto reference{{ include "api-platform.fullname" . }}-keycloakinstead of bitnami helper templateexternal-dns
external-dns-deployment.yamlwith:registry.k8s.io/external-dns/external-dns:v0.15.0Chart.yamlvalues.yamlwith official image repositoryTemplate Structure
The keycloak realm ConfigMap was incorrectly nesting data:
Chart now passes
helm lintand renders successfully.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.